c# if statement no braces

74

c# if statement no braces -

if(SomeCompare())
return false;
else
return true;

Comments

Submit
0 Comments